home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Sharing Fun! I Know My Savior Lives / Sunday Savers: Sharing Fun! I Know My Savior Lives.iso / pc / intro.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  2009-10-06  |  364 b   |  14 lines

  1. on startMovie
  2.   global programTitle, baseDirectory, speed
  3.   register(xtra("PrintOMatic"), "PMAT173-131-49106")
  4.   programTitle = "Sunday Savers Sharing Fun 2010"
  5.   baseDirectory = the applicationPath
  6.   Cpu = baCpuInfo("speed")
  7.   if Cpu < 500 then
  8.     speed = "slow"
  9.   else
  10.     speed = "fast"
  11.   end if
  12.   member("title").text = "Covenant Communications Presents"
  13. end
  14.